From: Otto Kekalainen Date: Tue, 28 Apr 2026 14:50:58 +0000 (+0800) Subject: Fix more misc spelling in MariaDB Server repository X-Git-Tag: archive/raspbian/1%11.8.8-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b83944933ab8d556436d8f96a4984de5fe20d681;p=mariadb.git Fix more misc spelling in MariaDB Server repository Fixes following Lintian nags: X: mariadb-plugin-connect: spelling-error-in-binary Exeption Exception [usr/lib/mysql/plugin/ha_connect.so] X: mariadb-client-core: spelling-error-in-binary specifiying specifying [usr/bin/mariadb-migrate-config-file] Forwarded: https://github.com/MariaDB/server/pull/5031, https://github.com/MariaDB/server/pull/5163 Gbp-Pq: Name Fix-more-misc-spelling-in-MariaDB-Server-repository.patch --- diff --git a/extra/mariadb_migrate_config_file.c b/extra/mariadb_migrate_config_file.c index a69e8fdfa..34e63b4eb 100644 --- a/extra/mariadb_migrate_config_file.c +++ b/extra/mariadb_migrate_config_file.c @@ -2079,7 +2079,7 @@ static int process_defaults(const char *conf_file, fprintf(stderr, "Cannot execute '%s' to test if the new option files " "works (error %d)\n" - "Try specifiying the full path for the MariaDB server with " + "Try specifying the full path for the MariaDB server with " "--mariadbd=...\n", used_name, (int) errno); finish_updated_files(&ctx, 1); diff --git a/storage/connect/odbconn.cpp b/storage/connect/odbconn.cpp index 1b35bfa36..10a06662b 100644 --- a/storage/connect/odbconn.cpp +++ b/storage/connect/odbconn.cpp @@ -281,7 +281,7 @@ static CATPARM *AllocCatInfo(PGLOBAL g, CATINFO fid, PCSZ db, cap->Status = (UWORD *)PlugSubAlloc(g, NULL, m * sizeof(UWORD)); } catch (int n) { - htrc("Exeption %d: %s\n", n, g->Message); + htrc("Exception %d: %s\n", n, g->Message); cap = NULL; } catch (const char *msg) { htrc(g->Message, msg);